Skip to content

Conversation

@Paebbels
Copy link
Owner

@Paebbels Paebbels commented Oct 5, 2025

Changes

Bug Fixes

  • Added missing type hints.
  • Changed required versions from 0.X to 0.X.0 so ~= operator can work correctly.
  • Fixed dataclass problem with Python 3.14.

Unit Tests

  • Use auto tagging pipeline.
  • Updated pyTooling/Actions from @r6 to @r7.
    • Restructured requirements.txt files.

Related Issues or PullRequests

@codacy-production
Copy link

codacy-production bot commented Oct 5, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.23% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (32ac3f0) 990 745 75.25%
Head commit (2d28a36) 989 (-1) 742 (-3) 75.03% (-0.23%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#122) 5 5 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Oct 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.48%. Comparing base (32ac3f0) to head (2d28a36).
⚠️ Report is 14 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
- Coverage   71.71%   71.48%   -0.24%     
==========================================
  Files           8        8              
  Lines         990      989       -1     
  Branches       76       76              
==========================================
- Hits          710      707       -3     
- Misses        245      247       +2     
  Partials       35       35              
Flag Coverage Δ
unittests 71.48% <100.00%> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Paebbels Paebbels marked this pull request as ready for review January 13, 2026 23:45
@Paebbels Paebbels merged commit 6628f4f into main Jan 13, 2026
287 of 295 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extra null character while generating strings

2 participants